C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBoxItemCollection Class / FindLastIndex Method / FindLastIndex(Predicate<C1LightBoxItem>) Method

In This Topic
FindLastIndex(Predicate<C1LightBoxItem>) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function FindLastIndex( _
   ByVal match As System.Predicate(Of C1LightBoxItem) _
) As System.Integer
 

Parameters

match
See Also